home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Diversos / rocketcar2.swf / scripts / frame_8 / PlaceObject2_264_172 / CLIPACTIONRECORD on(press).as next >
Encoding:
Text File  |  2008-09-24  |  284 b   |  16 lines

  1. on(press){
  2.    if(_root.sound)
  3.    {
  4.       this.gotoAndStop(2);
  5.       _root.menuM.setVolume(0);
  6.       _root.sound = false;
  7.       return undefined;
  8.    }
  9.    if(!_root.sound)
  10.    {
  11.       this.gotoAndStop(1);
  12.       _root.menuM.setVolume(100);
  13.       _root.sound = true;
  14.    }
  15. }
  16.